home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6607 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: access1.digex.net!not-for-mail
  2. From: ell@access1.digex.net (Ell)
  3. Newsgroups: comp.lang.c++,comp.lang.c
  4. Subject: Re: Performance: C vs. C++
  5. Date: 10 Feb 1996 04:03:08 GMT
  6. Organization: The Universe
  7. Message-ID: <4fh5ds$89v@news4.digex.net>
  8. References: <30F6BAAC.12B5@iastate.edu> <4da9pn$a45@news.bridge.net> <4dnpl2$c8g@classic.iinet.com.au> <3105E9DC.1BE3@enermet.fi> <DLr46y.7rH@txnews.amd.com> <4elk5l$3f2q@yuma.ACNS.ColoState.EDU> <pronet01.31.003EB1E6@indirect.com> <3117F980.7890@hpato.aus.hp.com> <4fgd62$asb@gaia.ns.utk.edu>
  9. NNTP-Posting-Host: access1.digex.net
  10. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  11.  
  12. Matthew B. Kennel (mbk@I_should_put_my_domain_in_etc_NNTP_INEWS_DOMAIN) wrote:
  13. : An example of an annoying design flaw that affects performance in C++:
  14. :     This calling "member functions in for loops" business.
  15. :     The problem is that C++ offers neither
  16. :         1)  A linguistic mechanism to say "this is not a dispatched
  17. :             pointer".  I think it's a flaw to forcibly connect
  18. :             reference semantics with dispatchability. 
  19.  
  20. From what I understand, unamibguous compile time pointer references in C++ 
  21. will be resolved at compile time.
  22.  
  23. Elliott
  24.